Skip to content

Conversation

@evenyag
Copy link
Contributor

@evenyag evenyag commented Nov 17, 2025

What's Changed in this PR

Closes #2205

This PR adds documents for the flat SST format.

Checklist

  • Please confirm that all corresponding versions of the documents have been revised.
  • Please ensure that the content in sidebars.ts matches the current document structure when you changed the document structure.
  • This change requires follow-up update in localized docs.

@evenyag
Copy link
Contributor Author

evenyag commented Nov 17, 2025

I'll add zh docs after review.

Copy link
Contributor

@fengjiachun fengjiachun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The en part LGTM

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 20, 2025

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 007b630
Status: ✅  Deploy successful!
Preview URL: https://1c66786b.greptime-docs.pages.dev
Branch Preview URL: https://docs-flat-format.greptime-docs.pages.dev

View logs

Copy link
Contributor

@fengjiachun fengjiachun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Create a table with `flat` SST format.

```sql
create table if not exists metrics(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
create table if not exists metrics(
CREATE TABLE IF NOT EXISTS metrics(

创建一个使用 `flat` SST 格式的表。

```sql
create table if not exists metrics(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
create table if not exists metrics(
CREATE TABLE IF NOT EXISTS metrics(

创建一个使用 `flat` SST 格式的表。

```sql
create table if not exists metrics(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
create table if not exists metrics(
CREATE TABLE IF NOT EXISTS metrics(

Create a table with `flat` SST format.

```sql
create table if not exists metrics(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
create table if not exists metrics(
CREATE TABLE IF NOT EXISTS metrics(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update docs for feat: support altering sst format for a table

3 participants